omap3: Introduce weak misc_init_r
authorTom Rini <[email protected]>
Fri, 13 Apr 2012 12:20:03 +0000 (12:20 +0000)
committerAlbert ARIBAUD <[email protected]>
Tue, 15 May 2012 06:31:28 +0000 (08:31 +0200)
commit8a87a3d72e01339a744d1d1040d86dc739c1dda4
tree06c43c6878f2541af86b6e081836a9bbb48bddf4
parent60bd10df8a3d553962b9f6704e055c2475a2414a
omap3: Introduce weak misc_init_r

Introduce a __weak misc_init_r function that just runs dieid_num_r().
Remove misc_init_r from cm_t35, mcx, omap3_logic and mt_ventoux as this was
all they did for misc_init_r.

Cc: Igor Grinberg <[email protected]>
Cc: Ilya Yanok <[email protected]>
Cc: Peter Barada <[email protected]>
Cc: Stefano Babic <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Acked-by: Igor Grinberg <[email protected]>
arch/arm/cpu/armv7/omap3/board.c
board/cm_t35/cm_t35.c
board/htkw/mcx/mcx.c
board/logicpd/omap3som/omap3logic.c
board/teejet/mt_ventoux/mt_ventoux.c